ComponentOne Studio for WinRT XAML
C1HtmlElement コンストラクタ(String,IEnumerable<KeyValuePair<String,String>>)

この C1HtmlElement のタグ名。
この C1HtmlElement の属性。
C1HtmlElement の新しいインスタンスを作成します。
構文
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal attributes As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,String)) _
)
public C1HtmlElement( 
   System.string name,
   System.Collections.Generic.IEnumerable<KeyValuePair<string,string>> attributes
)

パラメータ

name
この C1HtmlElement のタグ名。
attributes
この C1HtmlElement の属性。
参照

C1HtmlElement クラス
C1HtmlElement メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.